home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / sytos.txt < prev    next >
Text File  |  1992-04-30  |  8KB  |  209 lines

  1. Compatibility Statement 
  2. Sytron Corporation's Sytos Plus for DOS v1.32 is compatible with
  3. LANtastic NOS version 4.xx. 
  4.  
  5. Product Overview
  6.  
  7. Sytos Plus is a file backup manager designed to operate with a
  8. variety of backup storage devices, including floppy diskette,
  9. quarter-inch tape, data cassette, etc. It allows you to set up
  10. backup procedures to be run automatically at specified times. It
  11. also supports password protection of media, quick file access
  12. during restore, and customizable log to record status of unattended
  13. backup procedures. Users are strongly recommended to read Chapter
  14. 2 "Backup Strategies" in their User's Guide to design and implement
  15. an efficient backup strategy to protect their important data.
  16.  
  17. Product Installation Notes
  18.  
  19. Sytos Plus can be installed on the network server or the
  20. workstations, but it can only be run from the node to which the
  21. backup device is attached. Be sure the backup device settings (e.g.
  22. DMA channels) are not used by the network adapter card or other
  23. devices in your system.
  24.  
  25. The Sytos Plus Scheduler (SYPLUS /I) permits backup procedures to
  26. be executed at pre-designated times. It exists in the form of a
  27. TSR. It uses about 2K of RAM, and can be loaded high by the MS-DOS
  28. 5.0's loadhigh command. 
  29.  
  30. The "Network Environments" section in their "Getting Started Under
  31. DOS" booklet contains a lot of useful information about using Sytos
  32. Plus on a DOS network, including how to handle redirected drives
  33. and the need to obtain access privileges to read a file. Basically,
  34. if drive mappings changed after files are backed up, the files will
  35. be restored to the original drive or may not be restored if that
  36. drive is no longer valid. In this situation, you can use the Sytos
  37. Plus Redirection option during the Restore to reference a new drive
  38. letter.
  39.  
  40. Product Execution Notes
  41.  
  42. If a file is opened by another user when Sytos Plus attempts to
  43. back it up, Sytos Plus will place the file in a "Busy" file log.
  44. Sytos Plus can also optionally retry this file at the end of the
  45. backup procedure. The retry interval (time between retries) and
  46. length of time Sytos Plus will wait to retry busy files are user
  47. configurable. Similarly, when restoring files, make sure that users
  48. are not using files in the directory you want to restore, since
  49. files that are open ("busy") cannot be overwritten.
  50. Some administrative tips for the LANtastic environment:
  51.  
  52. 1.    To shutdown a server to prepare it for backup, try 
  53.       NET SHUTDOWN \\<servername> 10 "Shutting down in 10 minutes"
  54.  
  55.       This schedule the shutdown in 10 minutes and send a warning
  56.       message to all users logged into the server.
  57.  
  58. 2.    To find out who has logged onto a server, use the Monitor and
  59.       Manage Server Activity Option from the net utility.
  60.  
  61. 3.    A new net command called SLOGINS is added to LANtastic NOS
  62.       v4.1, which can enable or disable user logins to a server. The
  63.       syntax is: NET SLOGINS(/ENABLE /DISABLE) \\<servername>
  64.  
  65. 4.    You can use either of 2 backup and restore methods to ensure
  66.       complete recovery of a LANtastic network:
  67.  
  68.       a.    using the NET_MGR utility to backup the LANtastic network
  69.             control directory, and then Sytos Plus to backup the rest
  70.             of the files.
  71.  
  72.       b.    using only Sytos Plus to backup all files.
  73.  
  74.       Please refer to the attached Product Support Tip No. 8 from
  75.       Sytron on the details of each method. 
  76.  
  77. 5.    The NET_MGR utility also provides a command line interface for
  78.       advanced users. Here are a few of those for your reference.
  79.       Details of the commands can be found in appendix C "NET_MGR
  80.       Commands and Switches" of the LANtastic v4.1 Upgrade Manual.
  81.  
  82.       To backup a server's control directory to a specified file:
  83.       NET_MGR BACKUP <control-directory-path> <target-file>
  84.  
  85.       To restore a control directory that has been backed up:
  86.       NET_MGR RESTORE <backup-file> <control-directory-path>
  87.  
  88. 6.    The DOS filesystem stores the date and time when a file was
  89.       last updated (created or modified). You can implement an
  90.       incremental backup strategy based on this date.
  91.  
  92. Printing
  93.  
  94. Sytos Plus defaults to print the backup log to PRN. You can use the
  95. LANtastic net utility to print to a remote printer on your network.
  96.  
  97. Vendor Information
  98. Sytron Corp. 134 Flanders Rd. Westboro MA 01581. 508-898-0100 (main
  99. number) 508-898-2677 (fax) 508-898-0193 (tech support)
  100.  
  101. Attachments
  102. Product Support Tip No. 8 from Sytron Corporation (2 pages)
  103.  
  104. PRODUCT SUPPORT TIP
  105.  
  106. Products Affected
  107.  
  108. Sytos Plus for DOS 1.3 under LANtastic v4.0 and 4.1
  109. Summary
  110.  
  111. To be able to recover the complete LANtastic network, the LANtastic
  112. network control directory, \LANTASTI.NET, must be backed up and
  113. restored.  The directory LANTASTI.NET contains the hidden
  114. subdirectories \LANTASTI.NET\SPOOL.NET and
  115. \LANTASTI.NET\SYSTEM.NET.
  116.  
  117. You can use either of two backup and restore methods to ensure
  118. complete recovery of a LANtastic network:
  119.  
  120. o     Method 1: using the LANtastic NET_MGR utility and Sytos Plus
  121.  
  122. o     Method 2: using only Sytos Plus
  123.  
  124. Using the NET_MGR utility involves more steps.  Using only Sytos
  125. Plus requires less steps, but non-existent hidden directories are
  126. restored with the hidden attribute.
  127.  
  128. Method 1: Recovery of a LANtastic Network using NET_MGR
  129.  
  130. This recovery method consists of two major tasks:
  131.  
  132. A.    Backing Up the Network
  133.  
  134. B.    Restoring the Network
  135.  
  136. Steps to Backing up the Network can also be found in the LANtastic
  137. reference Manual in the chapter Control Directory Maintenance.
  138.  
  139. A. Backing Up the Network
  140.  
  141. 1.    Shut down the server using the NET SHUTDOWN \\SERVERNAME
  142.       command.
  143.  
  144. 2.    Enter the LANtastic NET_MGR utility
  145.  
  146. 3.    At the Control Directory Maintenance menu, back up the Control
  147.       Directory by choosing Change Directory and then the Backup
  148.       Control Directory Option.
  149.  
  150. 4.    Enter Sytos Plus and exclude the network control directory
  151.       from the Backup Procedure.  To exclude the network control
  152.       directory:
  153.  
  154.       a.    Enter Source Files... from the Sytos Plus Main screen.
  155.       
  156.       b.    Choose <F8>=Selection Sheet
  157.  
  158.       c.    From the Selection Sheet window choose <INS>
  159.  
  160.       d.    Type the directory you wish to exclude:
  161.             <drivename>:\LANTASTI.NET\*
  162.  
  163.       e.    At the Exclude button, press the space bar to exclude
  164.             these files.
  165.  
  166.       f.    At the Directory button, press the space bar to exclude
  167.             subdirectories.
  168.  
  169. 5.    Run the Backup Procedure.
  170.  
  171. B. Restoring the Network
  172.  
  173. 1.    Run a full system Restore using Sytos Plus. (Refer to the
  174.       Sytos Plus User's guide for details)
  175.  
  176. 2.    Run a full system Compare Procedure.
  177.  
  178. 3.    Enter the LANtastic NET_MGR utility and restore the Control
  179.       directory by choosing the Restore Control Directory option.
  180.  
  181. Method 2: Recovery of a LANtastic Network using Sytos Plus
  182.  
  183. Sytos Plus automatically backs up hidden subdirectories under DOS.
  184.  
  185. NOTE: If the hidden directories being restored do not exist, Sytos
  186. Plus restores them but without their hidden attributes.
  187.  
  188. To recover a LANtastic network, use the Backup and restore steps
  189. detailed in the Sytos Plus User's Guide, and follow these
  190. guidelines:
  191.  
  192. o     Prior to running a Backup, shut down the server using the NET
  193.       SHUTDOWN \\SERVERNAME command.  This ensures that all critical
  194.       network files are accessible during the Backup Procedure.
  195.  
  196. o     After completing the Restore Procedure, run a full system
  197.       Compare Procedure.
  198.  
  199.  
  200. Sytos Plus and Sytron are registered trademarks of Sytron
  201. Corportion.  All other product names and logos are trademarks of
  202. their respective owners.
  203.  
  204. ARTISOFT, Inc. makes no warranties as to the completeness or
  205. accuracy of this document. LANtastic is a trademark of ARTISOFT,
  206. Inc. Brand names, company names, and product names are trademarks
  207. or registered trademarks of their respective companies.
  208.  
  209.